Rocky1ee

  • 主页
  • 目录
  • 蚁群
所有文章 链接 关于我

Rocky1ee

  • 主页
  • 目录
  • 蚁群

Deep Joint Rain Detection and Removal from a Single Image

2019-10-31
字数统计: 330字   |   阅读时长: 1分

文章导航

× 文章目录
  1. 1. Abstract
  2. 2. Introduction
  3. 3. Region-Dependent Rain Image Model
  4. 4. Joint Rain Streak Detection and Removal

Abstract

新的模型和新的深度学习结构,binary map(rain streak layer + back ground layer)对雨痕定位,来处理haven rain情况(mist,overlapping rain streaks),提出含有contextualized dilated 结构

recurrent rain detection and removal network清除haven rain。

Introduction

问题:

1.雨痕与背景纹理的重叠,导致纹理细节被去除,某些区域被over-smoothing。

2.感受野的大小有限,无法获取spatial contextual information in larger ragions

贡献:

1.region-dependent rain models:binary map,pixel=1表示该为rain streak,pixel=0表示该点为background。

2.检测和去雨一体化的deep network:对rain和non-rain regions 采取不同操作

3.contextualized dilated network:空洞卷积扩大感受野,采用多路平行,卷积核各异的结构

4.recurrent rain detection and removal network。

Region-Dependent Rain Image Model

widetildeS无法用常用分布的描述 O=B+˜S(1)

为了给出widetildeS的位置和密度信息,将(1)变为(2) O=B+SR(2)
boldsymbolR:二值掩码,0=无雨区域,1=有雨区域。 O=α(B+s∑t=1˜StR)+(1−α)A(3)
˜St代表第t类雨型,A为光照。s越大,叠加各种类型的雨越多,雨也就越厚重。

Joint Rain Streak Detection and Removal

缺乏细节,如何对 F 进行conv得到R?以及后续的F,R conv得到S?

  • 深度学习
  • De-rain
  • 深度学习去雨方法

扫一扫,分享到微信

微信分享二维码
Removing rain from single images via a deep detail network
PSNR的原理和代码
  1. 1. Abstract
  2. 2. Introduction
  3. 3. Region-Dependent Rain Image Model
  4. 4. Joint Rain Streak Detection and Removal
© 2020 Rocky1ee
Hexo Theme Yilia by Litten
  • 所有文章
  • 链接
  • 关于我

tag:

  • Raindrop Removal
  • 深度学习
  • De-rain
  • 图像处理
  • 单幅图像去雨
  • 网络结构
  • 理财
  • 读书
  • 神经网络
  • 循环神经网络
  • 深度学习算法
  • Structure
  • attention
  • autoencoder,算法
  • 人生
  • 方法论
  • 智能算法
  • 模拟退火算法
  • 粒子群算法
  • 蚁群算法
  • upsampling,卷积
  • 进化算法

    缺失模块。
    1、请确保node版本大于6.2
    2、在博客根目录(注意不是yilia根目录)执行以下命令:
    npm i hexo-generator-json-content --save

    3、在根目录_config.yml里添加配置:

      jsonContent:
        meta: false
        pages: false
        posts:
          title: true
          date: true
          path: true
          text: false
          raw: false
          content: false
          slug: false
          updated: false
          comments: false
          link: false
          permalink: false
          excerpt: false
          categories: false
          tags: true
    

  • 人生的智慧

    2020-04-05

    #人生#方法论

  • conditional GAN De-raining

    2020-03-31

    #深度学习#De-rain

  • Unsupervised Single Image Deraining with Self-supervised Constraints

    2020-03-25

    #深度学习#De-rain

  • Lightweight Pyramid Networks for Image Deraining

    2020-03-23

    #深度学习#De-rain

  • Non-locally Enhanced Encoder-Decoder Network for Single

    2020-02-25

    #深度学习#De-rain

  • Physics-Based Generative Adversarial Models for Image Restoration and Beyond

    2020-02-14

    #深度学习#De-rain

  • Rain streak removal for single image via kernel guided cnn

    2020-01-22

    #深度学习#De-rain

  • Residual-Guide Network for Single Image Deraining

    2020-01-17

    #深度学习#De-rain

  • Fast Single Image Rain Removal via a Deep Decomposition-Composition Network

    2019-12-31

    #深度学习#De-rain

  • 深度学习的优化方法

    2019-12-11

    #深度学习

  • Review of Classes Neural Networks

    2019-12-02

    #深度学习#Structure

  • Joint rain detection and removal from a single image with contextualized deep networks

    2019-11-30

    #深度学习#De-rain

  • Progressive Image Deraining Networks A Better and Simpler Baseline

    2019-11-30

    #深度学习#De-rain

  • Squeeze-and-Excitation Networks

    2019-11-30

    #深度学习#attention

  • Uncertainty Guided Multi-Scale Residual Learning-using a Cycle Spinning CNN for Single Image De-Raining

    2019-11-30

    #深度学习#De-rain

  • Non-local Neural Networks

    2019-11-28

    #深度学习#网络结构

  • Learning dual convolutional neural networks for low-level vision

    2019-11-25

    #深度学习#De-rain

  • Puppy money

    2019-11-25

    #理财#读书

  • Recurrent Squeeze-and-Excitation Context Aggregation Net for Single Image DerainingDeraining

    2019-11-20

    #深度学习#De-rain

  • Density-aware Single Image De-raining using a Multi-stream Dense Network

    2019-11-13

    #深度学习#De-rain

  • Removing rain from single images via a deep detail network

    2019-11-04

    #单幅图像去雨#深度学习算法

  • Deep Joint Rain Detection and Removal from a Single Image

    2019-10-31

    #深度学习#De-rain

  • PSNR的原理和代码

    2019-10-29

    #深度学习#De-rain

  • SSIM的原理和代码

    2019-10-29

    #深度学习#De-rain

  • Guided Filter 导向滤波

    2019-10-05

    #图像处理#单幅图像去雨

  • autoencoder

    2019-09-20

    #深度学习#autoencoder,算法

  • 差分进化算法

    2019-09-18

    #智能算法

  • Attention GAN Raindrop Removal

    2019-09-12

    #Raindrop Removal#深度学习

  • 蒙特卡罗算法

    2019-09-12

    #智能算法

  • RNN,LSTM

    2019-09-10

    #神经网络#循环神经网络

  • 反卷积(Transposed Conv)和空洞卷积(Dilated conv)

    2019-09-10

    #深度学习#upsampling,卷积

  • 模拟退火算法

    2019-09-06

    #智能算法#模拟退火算法

  • 遗传算法

    2019-09-04

    #智能算法#进化算法

  • 简化粒子群

    2019-09-03

    #智能算法#粒子群算法

  • 梯度消失与梯度爆炸

    2019-09-01

    #深度学习

  • 粒子群算法

    2019-09-01

    #智能算法#粒子群算法

  • 蚁群算法

    2019-08-31

    #智能算法#蚁群算法

  • Spatial Attentive Single-Image Deraining with a High Quality Real Rain Dataset

    2019-01-30

    #深度学习#De-rain

  • V2EX
  • 爱可可-爱生活的微博
  • 爱可可-爱生活的B站
  • CodeSheep的B站
  • Github Trending
  • 菜鸟教程
  • Geogeju95
Rocky1ee,
18年biye。

shibi,
目前华南农计算机研究生在读。